From 7fff6a2e754cd79cf3a165c2166f0c474a9d15bc Mon Sep 17 00:00:00 2001 From: =?utf8?q?IOhannes=20m=20zm=C3=B6lnig=20=28Debian/GNU=29?= Date: Thu, 25 Nov 2021 14:37:30 +0100 Subject: [PATCH] More spelling fixes --- debian/patches/spelling_fixes.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/patches/spelling_fixes.patch b/debian/patches/spelling_fixes.patch index 626c298..8f37299 100644 --- a/debian/patches/spelling_fixes.patch +++ b/debian/patches/spelling_fixes.patch @@ -24,3 +24,14 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ // Set with the received UDP port // ------------------------------ +--- jacktrip.orig/src/RtAudioInterface.cpp ++++ jacktrip/src/RtAudioInterface.cpp +@@ -263,7 +263,7 @@ + cout << endl; + if (info.isDefaultOutput) { cout << " --Default Output Device--" << endl; } + if (info.isDefaultInput) { cout << " --Default Intput Device--" << endl; } +- if (info.probed) { cout << " --Probed Successful--" << endl; } ++ if (info.probed) { cout << " --Probed Successfull--" << endl; } + } + + //******************************************************************************* -- 2.30.2